www.gusucode.com > VC++ 模拟超市POS机-源码程序 > VC++ 模拟超市POS机-源码程序/code/POS机/ExchangeBase1.cpp

    //Download by http://www.NewXing.com
// ExchangeBase1.cpp: implementation of the ExchangeBase class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "ExchangeBase1.h"

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

ExchangeBase::ExchangeBase()
{

}

ExchangeBase::~ExchangeBase()
{

}